MoreExam
1. Question Content...
EXPLANATION
Answer: X - EXPLANATION Content.
Question1: You are working on a sensitive project involving private user data. You have set up a project on GoogleCloud Platform to house your work internally. An external consultant is going to assist with coding acomplex transformation in a Google Cloud Dataflow pipeline for your project. How should you maintainusers' privacy?
Question2: MJTelco Case StudyCompany OverviewMJTelco is a startup that plans to build networks in rapidly growing, underserved markets around theworld. The company has patents for innovative optical communications hardware. Based on these patents,they can create many reliable, high-speed backbone links with inexpensive hardware.Company BackgroundFounded by experienced telecom executives, MJTelco uses technologies originally developed toovercome communications challenges in space. Fundamental to their operation, they need to create adistributed data infrastructure that drives real-time analysis and incorporates machine learning tocontinuously optimize their topologies. Because their hardware is inexpensive, they plan to overdeploy thenetwork allowing them to account for the impact of dynamic regional politics on location availability andcost.Their management and operations teams are situated all around the globe creating many-to-manyrelationship between data consumers and provides in their system. After careful consideration, theydecided public cloud is the perfect environment to support their needs.Solution ConceptMJTelco is running a successful proof-of-concept (PoC) project in its labs. They have two primary needs:Scale and harden their PoC to support significantly more data flows generated when they ramp to morethan 50,000 installations.Refine their machine-learning cycles to verify and improve the dynamic models they use to controltopology definition.MJTelco will also use three separate operating environments - development/test, staging, and production- to meet the needs of running experiments, deploying new features, and serving production customers.Business RequirementsScale up their production environment with minimal cost, instantiating resources when and whereneeded in an unpredictable, distributed telecom user community.Ensure security of their proprietary data to protect their leading-edge machine learning and analysis.Provide reliable and timely access to data for analysis from distributed research workersMaintain isolated environments that support rapid iteration of their machine-learning models withoutaffecting their customers.Technical RequirementsEnsure secure and efficient transport and storage of telemetry dataRapidly scale instances to support between 10,000 and 100,000 data providers with multiple flowseach.Allow analysis and presentation against data tables tracking up to 2 years of data storing approximately100m records/daySupport rapid iteration of monitoring infrastructure focused on awareness of data pipeline problemsboth in telemetry flows and in production learning cycles.CEO StatementOur business model relies on our patents, analytics and dynamic machine learning. Our inexpensivehardware is organized to be highly reliable, which gives us cost advantages. We need to quickly stabilizeour large distributed data pipelines to meet our reliability and capacity commitments.CTO StatementOur public cloud services must operate as advertised. We need resources that scale and keep our datasecure. We also need environments in which our data scientists can carefully study and quickly adapt ourmodels. Because we rely on automation to process our data, we also need our development and testenvironments to work as we iterate.CFO StatementThe project is too large for us to maintain the hardware and software required for the data and analysis.Also, we cannot afford to staff an operations team to monitor so many data feeds, so we will rely onautomation and infrastructure. Google Cloud's machine learning will allow our quantitative researchers towork on our high-value problems instead of problems with our data pipelines.MJTelco's Google Cloud Dataflow pipeline is now ready to start receiving data from the 50,000installations. You want to allow Cloud Dataflow to scale its compute power up as required. Which CloudDataflow pipeline configuration setting should you update?
Question3: An online retailer has built their current application on Google App Engine. A new initiative at the companymandates that they extend their application to allow their customers to transact directly via the application.They need to manage their shopping transactions and analyze combined data from multiple datasets usinga business intelligence (BI) tool. They want to use only a single database for this purpose. Which GoogleCloud database should they choose?
Question4: You work for a car manufacturer and have set up a data pipeline using Google Cloud Pub/Sub to captureanomalous sensor events. You are using a push subscription in Cloud Pub/Sub that calls a custom HTTPSendpoint that you have created to take action of these anomalous events as they occur. Your customHTTPS endpoint keeps getting an inordinate amount of duplicate messages. What is the most likely causeof these duplicate messages?
Question5: You are designing a basket abandonment system for an ecommerce company. The system will send amessage to a user based on these rules:No interaction by the user on the site for 1 hourHas added more than $30 worth of products to the basketHas not completed a transactionYou use Google Cloud Dataflow to process the data and decide if a message should be sent. How shouldyou design the pipeline?
Question6: Your neural network model is taking days to train. You want to increase the training speed. What can youdo?
Question7: Your company maintains a hybrid deployment with GCP, where analytics are performed on youranonymized customer data. The data are imported to Cloud Storage from your data center through paralleluploads to a data transfer server running on GCP. Management informs you that the daily transfers taketoo long and have asked you to fix the problem. You want to maximize transfer speeds. Which actionshould you take?
Question8: Your company is performing data preprocessing for a learning algorithm in Google Cloud Dataflow.Numerous data logs are being are being generated during this step, and the team wants to analyze them.Due to the dynamic nature of the campaign, the data is growing exponentially every hour.The data scientists have written the following code to read the data for a new key features in the logs.BigQueryIO.Read.named("ReadLogData").from("clouddataflow-readonly:samples.log_data")You want to improve the performance of this data read. What should you do?
Question9: Your company is loading comma-separated values (CSV) files into Google BigQuery. The data is fullyimported successfully; however, the imported data is not matching byte-to-byte to the source file. What isthe most likely cause of this problem?
Question10: Your company receives both batch- and stream-based event data. You want to process the data usingGoogle Cloud Dataflow over a predictable time period. However, you realize that in some instances datacan arrive late or out of order. How should you design your Cloud Dataflow pipeline to handle data that islate or out of order?
Question11: You have enabled the free integration between Firebase Analytics and Google BigQuery. Firebase nowautomatically creates a new table daily in BigQuery in the format app_events_YYYYMMDD.You want toquery all of the tables for the past 30 days in legacy SQL. What should you do?
Question12: You are building a model to make clothing recommendations. You know a user's fashion preference islikely to change over time, so you build a data pipeline to stream new data back to the model as itbecomes available. How should you use this data to train the model?
Question13: MJTelco Case StudyCompany OverviewMJTelco is a startup that plans to build networks in rapidly growing, underserved markets around theworld. The company has patents for innovative optical communications hardware. Based on these patents,they can create many reliable, high-speed backbone links with inexpensive hardware.Company BackgroundFounded by experienced telecom executives, MJTelco uses technologies originally developed toovercome communications challenges in space. Fundamental to their operation, they need to create adistributed data infrastructure that drives real-time analysis and incorporates machine learning tocontinuously optimize their topologies. Because their hardware is inexpensive, they plan to overdeploy thenetwork allowing them to account for the impact of dynamic regional politics on location availability andcost.Their management and operations teams are situated all around the globe creating many-to-manyrelationship between data consumers and provides in their system. After careful consideration, theydecided public cloud is the perfect environment to support their needs.Solution ConceptMJTelco is running a successful proof-of-concept (PoC) project in its labs. They have two primary needs:Scale and harden their PoC to support significantly more data flows generated when they ramp to morethan 50,000 installations.Refine their machine-learning cycles to verify and improve the dynamic models they use to controltopology definition.MJTelco will also use three separate operating environments - development/test, staging, and production- to meet the needs of running experiments, deploying new features, and serving production customers.Business RequirementsScale up their production environment with minimal cost, instantiating resources when and whereneeded in an unpredictable, distributed telecom user community.Ensure security of their proprietary data to protect their leading-edge machine learning and analysis.Provide reliable and timely access to data for analysis from distributed research workersMaintain isolated environments that support rapid iteration of their machine-learning models withoutaffecting their customers.Technical RequirementsEnsure secure and efficient transport and storage of telemetry dataRapidly scale instances to support between 10,000 and 100,000 data providers with multiple flowseach.Allow analysis and presentation against data tables tracking up to 2 years of data storing approximately100m records/daySupport rapid iteration of monitoring infrastructure focused on awareness of data pipeline problemsboth in telemetry flows and in production learning cycles.CEO StatementOur business model relies on our patents, analytics and dynamic machine learning. Our inexpensivehardware is organized to be highly reliable, which gives us cost advantages. We need to quickly stabilizeour large distributed data pipelines to meet our reliability and capacity commitments.CTO StatementOur public cloud services must operate as advertised. We need resources that scale and keep our datasecure. We also need environments in which our data scientists can carefully study and quickly adapt ourmodels. Because we rely on automation to process our data, we also need our development and testenvironments to work as we iterate.CFO StatementThe project is too large for us to maintain the hardware and software required for the data and analysis.Also, we cannot afford to staff an operations team to monitor so many data feeds, so we will rely onautomation and infrastructure. Google Cloud's machine learning will allow our quantitative researchers towork on our high-value problems instead of problems with our data pipelines.You need to compose visualizations for operations teams with the following requirements:The report must include telemetry data from all 50,000 installations for the most resent 6 weeks(sampling once every minute).The report must not be more than 3 hours delayed from live data.The actionable report should only show suboptimal links.Most suboptimal links should be sorted to the top.Suboptimal links can be grouped and filtered by regional geography.User response time to load the report must be <5 seconds.Which approach meets the requirements?
Question14: Your organization has been collecting and analyzing data in Google BigQuery for 6 months. The majorityof the data analyzed is placed in a time-partitioned table named events_partitioned. To reduce thecost of queries, your organization created a view called events, which queries only the last 14 days ofdata. The view is described in legacy SQL. Next month, existing applications will be connecting toBigQuery to read the eventsdata via an ODBC connection. You need to ensure the applications canconnect. Which two actions should you take? (Choose two.)
Question15: You are deploying a new storage system for your mobile application, which is a media streaming service.You decide the best fit is Google Cloud Datastore. You have entities with multiple properties, some ofwhich can take on multiple values. For example, in the entity 'Movie'the property 'actors'and theproperty 'tags' have multiple values but the property 'date released' does not. A typical querywould ask for all movies with actor=<actorname>ordered by date_releasedor all movies withtag=Comedyordered by date_released. How should you avoid a combinatorial explosion in thenumber of indexes?
Question16: You have some data, which is shown in the graphic below. The two dimensions are X and Y, and theshade of each dot represents what class it is. You want to classify this data accurately using a linearalgorithm. To do this you need to add a synthetic feature. What should the value of that feature be?
Question17: You create an important report for your large team in Google Data Studio 360. The report uses GoogleBigQuery as its data source. You notice that visualizations are not showing data that is less than 1 hourold. What should you do?
Question18: Flowlogistic Case StudyCompany OverviewFlowlogistic is a leading logistics and supply chain provider. They help businesses throughout the worldmanage their resources and transport them to their final destination. The company has grown rapidly,expanding their offerings to include rail, truck, aircraft, and oceanic shipping.Company BackgroundThe company started as a regional trucking company, and then expanded into other logistics market.Because they have not updated their infrastructure, managing and tracking orders and shipments hasbecome a bottleneck. To improve operations, Flowlogistic developed proprietary technology for trackingshipments in real time at the parcel level. However, they are unable to deploy it because their technologystack, based on Apache Kafka, cannot support the processing volume. In addition, Flowlogistic wants tofurther analyze their orders and shipments to determine how best to deploy their resources.Solution ConceptFlowlogistic wants to implement two concepts using the cloud:Use their proprietary technology in a real-time inventory-tracking system that indicates the location oftheir loadsPerform analytics on all their orders and shipment logs, which contain both structured and unstructureddata, to determine how best to deploy resources, which markets to expand info. They also want to usepredictive analytics to learn earlier when a shipment will be delayed.Existing Technical EnvironmentFlowlogistic architecture resides in a single data center:Databases8 physical servers in 2 clusters- SQL Server - user data, inventory, static data3 physical servers- Cassandra - metadata, tracking messages10 Kafka servers - tracking message aggregation and batch insertApplication servers - customer front end, middleware for order/customs60 virtual machines across 20 physical servers- Tomcat - Java services- Nginx - static content- Batch serversStorage appliances- iSCSI for virtual machine (VM) hosts- Fibre Channel storage area network (FC SAN) - SQL server storage- Network-attached storage (NAS) image storage, logs, backups10 Apache Hadoop /Spark servers- Core Data Lake- Data analysis workloads20 miscellaneous servers- Jenkins, monitoring, bastion hosts,Business RequirementsBuild a reliable and reproducible environment with scaled panty of production.Aggregate data in a centralized Data Lake for analysisUse historical data to perform predictive analytics on future shipmentsAccurately track every shipment worldwide using proprietary technologyImprove business agility and speed of innovation through rapid provisioning of new resourcesAnalyze and optimize architecture for performance in the cloudMigrate fully to the cloud if all other requirements are metTechnical RequirementsHandle both streaming and batch dataMigrate existing Hadoop workloadsEnsure architecture is scalable and elastic to meet the changing demands of the company.Use managed services whenever possibleEncrypt data flight and at restConnect a VPN between the production data center and cloud environmentSEO StatementWe have grown so quickly that our inability to upgrade our infrastructure is really hampering further growthand efficiency. We are efficient at moving shipments around the world, but we are inefficient at movingdata around.We need to organize our information so we can more easily understand where our customers are andwhat they are shipping.CTO StatementIT has never been a priority for us, so as our data has grown, we have not invested enough in ourtechnology. I have a good staff to manage IT, but they are so busy managing our infrastructure that Icannot get them to do the things that really matter, such as organizing our data, building the analytics, andfiguring out how to implement the CFO' s tracking technology.CFO StatementPart of our competitive advantage is that we penalize ourselves for late shipments and deliveries. Knowingwhere out shipments are at all times has a direct correlation to our bottom line and profitability.Additionally, I don't want to commit capital to building out a server environment.Flowlogistic's CEO wants to gain rapid insight into their customer base so his sales team can be betterinformed in the field. This team is not very technical, so they've purchased a visualization tool to simplifythe creation of BigQuery reports. However, they've been overwhelmed by all the data in the table, and arespending a lot of money on queries trying to find the data they need. You want to solve their problem in themost cost-effective way. What should you do?
Question19: Your company's customer and order databases are often under heavy load. This makes performinganalytics against them difficult without harming operations. The databases are in a MySQL cluster, withnightly backups taken using mysqldump. You want to perform analytics with minimal impact on operations.What should you do?
Question20: An organization maintains a Google BigQuery dataset that contains tables with user-level data. They wantto expose aggregates of this data to other Google Cloud projects, while still controlling access to the user-level data. Additionally, they need to minimize their overall storage cost and ensure the analysis cost forother projects is assigned to those projects. What should they do?
Question21: You are implementing security best practices on your data pipeline. Currently, you are manually executingjobs as the Project Owner. You want to automate these jobs by taking nightly batch files containing non-public information from Google Cloud Storage, processing them with a Spark Scala job on a Google CloudDataproc cluster, and depositing the results into Google BigQuery.How should you securely run this workload?
Question22: Your infrastructure includes a set of YouTube channels. You have been tasked with creating a process forsending the YouTube channel data to Google Cloud for analysis. You want to design a solution that allowsyour world-wide marketing teams to perform ANSI SQL and other types of analysis on up-to-date YouTubechannels log data. How should you set up the log data transfer into Google Cloud?
Question23: Your company is currently setting up data pipelines for their campaign. For all the Google Cloud Pub/Substreaming data, one of the important business requirements is to be able to periodically identify the inputsand their timings during their campaign. Engineers have decided to use windowing and transformation inGoogle Cloud Dataflow for this purpose. However, when testing this feature, they find that the CloudDataflow job fails for the all streaming insert. What is the most likely cause of this problem?
Question24: You are creating a model to predict housing prices. Due to budget constraints, you must run it on a singleresource-constrained virtual machine. Which learning algorithm should you use?
Question25: Government regulations in your industry mandate that you have to maintain an auditable record of accessto certain types of data. Assuming that all expiring logs will be archived correctly, where should you storedata that is subject to that mandate?
Question26: Your company is streaming real-time sensor data from their factory floor into Bigtable and they havenoticed extremely poor performance. How should the row key be redesigned to improve Bigtableperformance on queries that populate real-time dashboards?
Question27: Your company built a TensorFlow neutral-network model with a large number of neurons and layers. Themodel fits well for the training data. However, when tested against new data, it performs poorly. Whatmethod can you employ to address this?
Question28: You are designing the database schema for a machine learning-based food ordering service that willpredict what users want to eat. Here is some of the information you need to store:The user profile: What the user likes and doesn't like to eatThe user account information: Name, address, preferred meal timesThe order information: When orders are made, from where, to whomThe database will be used to store all the transactional data of the product. You want to optimize the dataschema. Which Google Cloud Platform product should you use?
Question29: Your company has recently grown rapidly and now ingesting data at a significantly higher rate than it waspreviously. You manage the daily batch MapReduce analytics jobs in Apache Hadoop. However, therecent increase in data has meant the batch jobs are falling behind. You were asked to recommend waysthe development team could increase the responsiveness of the analytics without increasing costs. Whatshould you recommend they do?
Question30: You have spent a few days loading data from comma-separated values (CSV) files into the GoogleBigQuery table CLICK_STREAM. The column DTstores the epoch time of click events. For convenience,you chose a simple schema where every field is treated as the STRINGtype. Now, you want to computeweb session durations of users who visit your site, and you want to change its data type to theTIMESTAMP. You want to minimize the migration effort without making future queries computationallyexpensive. What should you do?
Question31: Your analytics team wants to build a simple statistical model to determine which customers are most likelyto work with your company again, based on a few different metrics. They want to run the model on ApacheSpark, using data housed in Google Cloud Storage, and you have recommended using Google CloudDataproc to execute this job. Testing has shown that this workload can run in approximately 30 minutes ona 15-node cluster, outputting the results into Google BigQuery. The plan is to run this workload weekly.How should you optimize the cluster for cost?
Question32: Your company uses a proprietary system to send inventory data every 6 hours to a data ingestion servicein the cloud. Transmitted data includes a payload of several fields and the timestamp of the transmission. Ifthere are any concerns about a transmission, the system re-transmits the data. How should youdeduplicate the data most efficiency?
Question33: Your financial services company is moving to cloud technology and wants to store 50 TB of financial time-series data in the cloud. This data is updated frequently and new data will be streaming in all the time.Your company also wants to move their existing Apache Hadoop jobs to the cloud to get insights into thisdata. Which product should they use to store the data?
Question34: Your company is migrating their 30-node Apache Hadoop cluster to the cloud. They want to re-useHadoop jobs they have already created and minimize the management of the cluster as much as possible.They also want to be able to persist data beyond the life of the cluster. What should you do?
Question35: You work for a manufacturing plant that batches application log files together into a single log file once aday at 2:00 AM. You have written a Google Cloud Dataflow job to process that log file. You need to makesure the log file in processed once per day as inexpensively as possible. What should you do?
Question36: You are selecting services to write and transform JSON messages from Cloud Pub/Sub to BigQuery for adata pipeline on Google Cloud. You want to minimize service costs. You also want to monitor andaccommodate input data volume that will vary in size with minimal manual intervention. What should youdo?
Question37: Your company is running their first dynamic campaign, serving different offers by analyzing real-time dataduring the holiday season. The data scientists are collecting terabytes of data that rapidly grows everyhour during their 30-day campaign. They are using Google Cloud Dataflow to preprocess the data andcollect the feature (signals) data that is needed for the machine learning model in Google Cloud Bigtable.The team is observing suboptimal performance with reads and writes of their initial load of 10 TB of data.They want to improve this performance while minimizing cost. What should they do?
Question38: Your weather app queries a database every 15 minutes to get the current temperature. The frontend ispowered by Google App Engine and server millions of users. How should you design the frontend torespond to a database failure?
Question39: Your company produces 20,000 files every hour. Each data file is formatted as a comma separated values(CSV) file that is less than 4 KB. All files must be ingested on Google Cloud Platform before they can beprocessed. Your company site has a 200 ms latency to Google Cloud, and your Internet connectionbandwidth is limited as 50 Mbps. You currently deploy a secure FTP (SFTP) server on a virtual machine inGoogle Compute Engine as the data ingestion point. A local SFTP client runs on a dedicated machine totransmit the CSV files as is. The goal is to make reports with data from the previous day available to theexecutives by 10:00 a.m. each day. This design is barely able to keep up with the current volume, eventhough the bandwidth utilization is rather low.You are told that due to seasonality, your company expects the number of files to double for the next threemonths. Which two actions should you take? (Choose two.)
Question40: You are developing an application that uses a recommendation engine on Google Cloud. Your solutionshould display new videos to customers based on past views. Your solution needs to generate labels forthe entities in videos that the customer has viewed. Your design must be able to provide very fast filteringsuggestions based on data from other customer preferences on several TB of data. What should you do?